Q3Point_EmptyData
You can use theQ3Point_EmptyData
function to release the memory occupied by the data structure returned by a previous call toQ3Point_GetData
.
TQ3Status Q3Point_EmptyData (TQ3PointData *pointData);
pointData
- A pointer to a
TQ3PointData
structure.DESCRIPTION
TheQ3Point_EmptyData
function releases the memory occupied by theTQ3PointData
structure pointed to by thepointData
parameter; that memory was allocated by a previous call toQ3Point_GetData
.